https-dns-proxy: bugfix: remove IPKG_INSTROOT check
authorStan Grishin <[email protected]>
Fri, 10 Oct 2025 23:30:41 +0000 (23:30 +0000)
committerStan Grishin <[email protected]>
Sat, 11 Oct 2025 00:41:26 +0000 (17:41 -0700)
Signed-off-by: Stan Grishin <[email protected]>
(cherry picked from commit 8301996f679075660faa30e5ae1ef46fd67220cd)
Signed-off-by: Stan Grishin <[email protected]>
net/https-dns-proxy/files/etc/init.d/https-dns-proxy

index 1ff7c65895f1674fef79af537d886345d8198108..42c9c991d7a401a61906943d169b3f530b2b666b 100755 (executable)
@@ -9,8 +9,6 @@ STOP=15
 # shellcheck disable=SC2034
 USE_PROCD=1
 
-[ -n "${IPKG_INSTROOT}" ] && exit 0
-
 if type extra_command 1>/dev/null 2>&1; then
        extra_command 'version' 'Show version information'
 else